From ba13345739b3b1da0b5b4a789fedaa8abdddb8ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 28 Sep 2017 23:44:10 +0200 Subject: [PATCH] babl: use -no-install to avoid libtool .sh wrappers --- tests/Makefile.am | 6 +++++- tools/Makefile.am | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5c3706c..59bb296 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,9 +35,13 @@ TESTS_ENVIRONMENT = LD_LIBRARY_PATH=$(top_builddir)/babl:$LD_LIBRARY_PATH GI_TYP AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl if OS_UNIX -AM_LDFLAGS = -lpthread +AM_LDFLAGS = -lpthread -no-install +else + +AM_LDFLAGS = -no-install endif + LDADD = $(top_builddir)/babl/libbabl-@BABL_API_VERSION@.la \ $(MATH_LIB) $(THREAD_LIB) diff --git a/tools/Makefile.am b/tools/Makefile.am index 0872763..dcd549f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl +AM_LDFLAGS = -no-install LDADD = $(top_builddir)/babl/libbabl-@BABL_API_VERSION@.la \ $(MATH_LIB) $(THREAD_LIB) -- 2.30.2